How to Fix OneDrive Error Code 0x80070185 on Windows 11

Fix onedrive error

OneDrive is a widely-used cloud storage service that comes integrated with Windows, providing seamless file synchronization across devices. However, like any software, it can encounter errors. One such error is the 0x80070185 code, often accompanied by the message: "The cloud operation was unsuccessful." This error typically occurs when accessing or syncing files between OneDrive and ... Read more

How to access a name based website without a DNS record

Hosts file

The /etc/hosts file on a Linux system is a critical configuration file that maps hostnames to IP addresses. This file allows a user to manually associate specific IP addresses with domain names, effectively bypassing the DNS (Domain Name System) lookup process for these entries. The file typically contains lines of text where each line represents ... Read more

What is apt-proxy and how to install it on Ubuntu 24.04

Ubuntu apt-cacher-ng

Apt Proxy on Ubuntu is a powerful tool, particularly useful in environments where multiple machines require frequent software updates or installations; it acts as an intermediary server, caching packages to reduce bandwidth usage and speed up subsequent downloads. By configuring an apt proxy, administrators can ensure that, rather than each machine individually downloading packages from ... Read more

How to Resize a Linux VMWare disk

VMWare disk size

To enlarge a disk in a VMware Linux virtual machine, you'll need to follow a multi-step process. This involves both VMware-related operations and Linux command-line instructions to resize the partition and the filesystem. Here is the complete step-by-step guide: Step 1: Enlarge the Virtual Disk in VMware Shutdown the VM: Power off the virtual machine ... Read more